* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #333;
	overflow: auto;
	height: 100%;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 980px;
	height: 105%;
	overflow: hidden;
	background: #ffffff;
	margin-left: -490px;
}

#header {
	color: #333;
	width: 980px;
	padding: 0px;
	height: auto;
	margin: 0px;
	background: #FFFFFF;
}

#bannerlogin {
	float: left;
	background: url(../images/login_header.jpg) no-repeat;
	width: 980px;
	height: 195px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
}

#loginbox {
	color: #333;
	width: 980px;
	padding: 0px;
	height: 360px;
	min-height: 345px;
	margin: 0px;
	background: url(../images/homepage-bg.jpg) top #FFFFFF no-repeat;
}

#loginbox .left {
	width: 500px;
	height: 360px;
	float: left;
}

#loginbox .right {
	width: 480px;
	height: 360px;
	float: left;
}


#loginbox .right .form {
	width: 280px;
	height: 360px;
	margin: 0 auto;
}

#rightcolumn .right .form {
	width: 380px;
	height: 360px;
	margin: 0 auto;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 130px;
	width: 100%;
	background: #000;
}


#footer-nav {
	float: left;
	width: 100%;
	height: auto;
	background: #ee1e25;
}

.footer-nav {
	color: #FFF;
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 3px;
	float: left;
	height: 16px;
}

.footer-nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.footer-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#advisory {
	padding: 5px 0px 5px 0;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	float: left;
	background: #000;
	width: 100%;
}

.copyright {
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px 0 5px;
	margin-right: 30px;
	height: 16px;
	
}

#govt-warning {
	float: left;
	margin: auto;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
}

/* ie6*/
* html #footer {
	position: absolute;
	top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+   'px' );
}


.textbox {
	font-size: 11px;
}


